@charset "utf-8";
html{-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
body,h1,h2,h3,h4,h5,h6,hr,div,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;font-family:"微软雅黑";font-weight:500;}/*外边距，内边距都为0*/
body{font:14px/1.5 \5b8b\4f53,Arial,sans-serif;}/*字体大小为14px*/
button,input,optgroup,select,textarea {margin: 0;font: inherit;color: inherit;}/*表单类标签外边距，字体及颜色继承父元素的字体系列样式*/
img{border:none}/*图片不显示边框兼容IE浏览器*/
h1,h2,h3,h4,h5,h6{font-size:100%}/*这些元素本身不会继承父体的字体大小，设置了font-size:100%后就能自动继承。*/
input,label,img,th{vertical-align:middle}/*把此元素放置在父元素的中部*/
ul,ol,li{list-style:none}/*去点实心圆或数字*/
a{text-decoration:none;}/*去掉a标签的下划线*/
a{outline: none;}
a:active {star:expression_r(this.onFocus=this.blur());}
a:focus { outline:0; }
input:focus { outline:0; }
textarea:focus { outline:0; }
filter:alpha(opacity=100);
audio,canvas,progress,video {display: inline-block;vertical-align: baseline}/*定义为行内块级元素将支持 valign特性的对象的内容与基线对齐*/
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer}/*类似按钮的，hover，mousedown,mouseup的效果及鼠标滑过为手指势*/
textarea {overflow: auto}/*多行文本中如果内容被修剪，则浏览器会显示滚动条以便查看其余的内容。*/
table{border-collapse:collapse;border-spacing:0}/*默认值。边框会被分开。不会忽略 border-spacing 和 empty-cells 属性。*/
input,textarea,select{background:#fff;}/*背景为白色*/
/*通用样式*/
.clearfix{*zoom:1;}/*兼容IE清除浮动*/
.clearfix:after{content:"\200B";height:0;display:block;visibility:hidden;clear:both;}/*清除浮动*/
.pull-right{float:right}/*向右浮动*/
.pull-left{float:left}/*向左浮动*/
.hide{display:none}/*隐藏*/
.show{display:block}/*显示块级元素*/
.invisible{visibility:hidden}/*元素是不可见的。*/
.hidden{display:none;visibility:hidden}/*隐藏及元素是不可见的。*/
.container{
	width:1200px;
	margin:0 auto;
}
.header{
	width: 100%;
}
.header-top{
	padding: 5px 0;
	background: #11161c;
	color: #fff;
}
.ht-tt{
	padding: 3px;
	color: #fff;
}
.ht-r{
	padding: 3px 0;
}
.ht-r a{
	color: #fff;
}
.ht-r span{
	color: #ffb901;
}
.ht-r input{
	width: 90px;
	height: 20px;
	padding: 1px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	background: none;
}
.ht-r input::-webkit-input-placeholder{
	color: #fff;
}
.ht-r input:-moz-placeholder {
	color: #fff;
}
.ht-r input::-moz-placeholder {
	color: #fff;
}
.ht-r input:-ms-input-placeholder {
	color: #fff;
}
.ht-r .sub,.ht-r .res{
	width: 40px;
	height: 20px;
	border-radius: 5px;
	background: #4c4c4c;
	color: #fff;
	text-align: center;
}
.header_bot{
	width: 100%;
}
.lanmu{
	width: 595px;
}
.lanmu ul{
	width: 100%;
	padding: 10px 0;
}
.lanmu ul .text_box{
	width: 75px;
	height: 55px;
	line-height: 55px;
	margin: 0 12px;
	text-align: center;
	position: relative;
	float: left;
}
.lanmu ul .text_box .hide{ 
	position: absolute;
    z-index: 999;
	width: 100%;
	height: 55px;
	display: block;
	color: #000;
}
.lanmu ul .text_box .hide1{
	width: 100%;
	height: 55px;
	display: block;
	color: #000;
}
.lanmu ul .text_box:hover .hide,.lanmu ul .text_box:hover .hide1{
	color: #007fbd; 
}
.lanmu ul:hover .text_box{
	display: block;
}
.lanmu ul .text_box .hide:after,.lanmu ul .text_box .hide1:after{
	content:"";
	position:absolute;
	left:50%;
	top:0;
	width:0px;
	height:2px;
	background:#007fbd;
	transition:all .5s ease-in-out;
}
.lanmu ul .text_box:hover .hide:after,.lanmu ul .text_box:hover .hide1:after{
	left:10%;
	width:80%;
}
.lanmu ul .text_box ul{
    position: absolute;
    z-index: 900;
    left: 20px;
    top: 55px;
    padding-top:30px; 
    width: 335px;
    font-size: 14px;
    padding: 0;
    display: none;
}
.lanmu ul .text_box:hover ul{
	display: block;
}
.lanmu ul .text_box ul li{
	width: 335px;
	height: 35px;
	margin-bottom: 2px;
	left: 0;
	top: 0;
}
.lanmu ul .text_box ul li a{
	width: 335px;
	height: 35px;
	padding-left: 30px;
	line-height: 35px;
	background: #007fbd url(../images/hover1.png) no-repeat;
	background-position: 15px center;
	color: #fff;
	text-align: left;
	display: block;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lanmu ul .text_box ul li:hover a{
	width: 365px;
	color: #000;
	background: #fff;
	text-align: center;
	padding-left: 0;
}
.header-con{
	padding: 10px 0;
}
.logo{
	width: 389px;
	padding: 10px 0;
	margin-right: 15px;
}
.logo img{
	width: 100%;
	height: 65px;
}
.ss{
	width: 175px;
	height: 35px;
	margin-top: 20px;
	position: relative;
}
.ss .ss_bd{
	width: 175px;
	height: 35px;
	padding-left: 15px;
	border: 0;
	color: #ffffff;
	border-radius: 18px;
	background:#007fbd;
	float: left;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.ss .ss_bd:focus{
	background-color: rgba(0, 0, 0, .8);
	color: #fff;
}
.ss input::-webkit-input-placeholder {
	color: #fff;
}
.ss input:-moz-placeholder {
	color: #fff;
}

.ss input::-moz-placeholder {
	color: #fff;
}

.ss input:-ms-input-placeholder {
	color: #fff;
}
.ss .ss_btn{
	position: absolute;
	top: 0;
	right: 2px;
	z-index: 999;
	border: 0;
	width: 35px;
	height: 35px;
	color: #fff;
	background: url(../images/ss.png) no-repeat center;
}
.banner{ position: relative; z-index: 1;}
.bannerx{ width:100%;  position:relative; font-size:0;min-width:1200px;min-height:480px; position: relative; z-index: 1;}
.bannerxList li { position: absolute; left: 0px; top: 0; width:100%;  font-size:0; min-width:1200px;min-height:480px;}
.bannerxList img { width:100%; min-width:1200px; min-height:480px;}
.bannerxBton{
	position:absolute;
	bottom:5%;
	left:47.5%;
	z-index:10;
}
.bannerxBton li{
	cursor:pointer;
	width:45px;
	height:7px;
	float:left;
	border-radius: 10px;
	margin-right:10px;
	background:#fff;
} 
.bannerxBton li.up{
	width: 45px;
	background:#ffb901;
}
.banner1{
	width: 100%;
}
.banner1 img{
	width: 100%;
}
.footer{
	width: 100%;
	background: #007fbd;
}
.footer_con{
	width: 100%;
	padding: 35px 0 50px 0;
	color: #fff;
}
.fc-l{
	width: 310px;
	height: 205px;
	margin-right: 10px;
}
.fcl-t{
	width: 100%;
}
.fcl-t a{
	font-size: 18px;
	padding-bottom: 10px;
	color: #fff;
	display: block;
}
.fcl-b{
	font-size: 14px;
	line-height: 28px;
}
.fc-c{
	width: 149px;
	height: 235px;
	padding: 0 35px;
	border-left: 1px solid #fff;
}
.fc-c h1{
	font-size: 16px;
	color: #fff;
}
.fc-c ul{
	width: 160px;
	padding: 10px 0;
}
.fc-c ul li{
	width: 100%;
	height: 25px;
	margin-bottom: 4.5px;
}
.fc-c ul li a{
	width: 100%;
	height: 25px;
	color: #99cce5;
	cursor: pointer;
	transition: all 0.5s ease;
	display: block;
}
.fc-c ul li:hover a{
	color: #fff;
	background: url(../images/jx3.png) no-repeat;
	padding-left: 15px;
}
.footer .footer_bot{
	color: #fff;
	text-align: center;
}
.gywm{
	padding: 25px;
	margin: 15px;
	margin-top: 30px;
	border: 1px dashed #d2d2d2;
	border-radius: 10px;
	z-index: 99;
	position: relative;
}
.gy-tt{
	width: 219px;
	height: 60px;
	padding-left: 20px;
	line-height: 58px;
	background: url(../images/1.jpg) no-repeat center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: -55px 0 0 -53px;
}
.gy-tt a{
	font-size: 25px;
	font-weight: bold;
	color: #016b9f;
	margin-right: 35px;
}
.gy-tt span{
	font-size: 12px;
}
.gsjj{
	width: 100%;
}
.gsjj-l{
	width: 480px;
}
.jj-tt{
	margin-bottom: 20px;
}
.jj-tt a{
	width: 65px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #007fbd;
	display: block;
	float: left;
}
.jj-tt span{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-left: 10px;
}
.jj-c{
	line-height: 28px;
	color: #393939;
}
.jj-c img{
	width: 100%;
	margin-top: 20px;
}
.gsjj-r{
	width: 620px;
	background:url(../images/bjt2.jpg) no-repeat;
	background-position: 100% 17%;
}
.ywly{
	margin-bottom: 20px;
}
.member_list{display: inline-block;margin: 20px auto;}
.member_item{position: relative; z-index: 89; transition: all 0.5s;-webkit-transition: all 0.5s;display: inline-block;float: left;box-sizing:border-box;width: 278px; padding: 10px;}
.member_item:first-child{margin-left: 0;}
.member_list .member_item:hover{ transform: translateY(-10px);-webkit-transform: translateY(-10px); box-shadow: 0px 8px 15px 0px rgba(64,64,64,0.3);-moz-box-shadow: 0px 5px 25px 0px rgba(64,64,64,0.3);box-shadow: 0px 5px 25px 0px rgba(64,64,64,0.3);}

.member_item a .member_icon{margin: 0 auto;width: 260px; height: 338px;}
.member_item a .member_slogan{text-align: center;font-size: 20px;margin-top: 10px; color: #3b3b3b;}
.member_list .member_item:hover a .member_slogan{color: #007fbd;}
.huise{
	width: 100%;
	height: 300px;
	background: #f2f2f2;
	margin-top: -280px;
	position: relative;
	z-index: 1;
}
.pro{
	width: 100%;
	padding-bottom: 20px;
}
.pro-l{
	width: 250px;
	margin-top: -45px;
	left: 0;
	z-index: 1000;
	position: relative;
}
.pl-tt{
	width: 220px;
    height: 68px;
    padding: 40px 15px;
	color: #fff;
	background: url(../images/jx1.png) no-repeat;
	background-size: 100%;
}
.plt-l{
	font-size: 64px;
	line-height: 80px;
}
.pl-tt h1{
	font-size: 24px;
}
.pl-tt span{
	font-size: 26px;
}
.sideMenu{ background: #f5f5f5;}
.sideMenu a{display: block;color: #202020;height:50px; line-height:50px; padding-left:20px; background:#f5f5f5; cursor:pointer; overflow: hidden;margin-bottom:2px; }
.sideMenu a h3{}
/*.sideMenu h3.on{background: #e84507;}*/
.sideMenu a:hover{background: #fb813e;color: #fff;}
.sideMenu a.active{background: #fb813e;color: #fff;}
.sideMenu ul{ background: #f5f5f5; display:none; /* 默认都隐藏 */ }
.sideMenu ul li a{
	height: 25px;
	line-height: 25px;
	padding: 2px 0;
	padding-left: 35px;
	overflow: hidden;
	color:#333333; 
	cursor: pointer;
	transition: all 0.5s ease;
	display: block;
}
.sideMenu ul li:hover a{
	padding-left: 50px;
	color: #fff;
	background: #fb813e;
}
.sideMenu ul li a.active{
	padding-left: 50px;
	color: #fff;
	background: #fb813e;
}
.pro-r{
	width: 910px;
}
.daohang{
	padding: 15px 0;
	color: #404040;
	text-align: right;
}
.daohang a{
	color: #404040;
}
.daohang span{
	color: #fb813e;
}
.neirong{
	padding: 10px 0;
	line-height: 28px;
}
.fdh{
	color: #007fbd;
	font-size: 32px;
	padding: 10px 0;
}
.fdh img{
	margin-right: 15px;
	margin-top: -20px;
}
.fdh span{
	font-size: 18px;
	color: #5b5b5b;
}
.news-list{
	padding: 5px;
}
.news-list li{
	padding: 15px;
	border-bottom: 1px solid #f6f6f6;
	margin: 10px 0;
}
.news-list li a .nl-l{
	width: 180px;
	height: 110px;
	padding: 0 10px;
	overflow: hidden;
}
.news-list li a .nl-l img{
	width: 180px;
	height: 110px;
}
.news-list li a .nl-r{
	width: 658px;
}
.news-list li a .nl-r h1{
	width: 565px;
	color: #333333;
	font-size: 16px;
}
.news-list li a .nl-r .rq{
	color: #999999;
}
.news-list li a .nl-r span{
	color: #999999;
	line-height: 28px;
}
.news-list li:hover{
	background: #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
}
.news-list li:hover a .nl-r h1{
	color: #fb813e;
}
.page{
	margin: 30px auto;
	display: table;
}
.page a{
	padding: 0 9px;
	height: 25.5px;
	color: #666666;
	line-height: 25.5px;
	text-align: center;
	margin-right: 15px;
	background: #fff;
	border: 0.5px solid #666666;
	float: left;
	display: inline;
}
.page a:hover{
	color: #fff;
	background: #fb813e;
	border: 0.5px solid #fb813e;
}
.page .select{
	padding: 0 9px;
	height: 25.5px;
	color: #fff;
	background: #fb813e;
	border: 0.5px solid #fb813e;
}
.ns-tt{
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	color: #454545;
	font-weight: bold;
}
.ns-tt span{
	font-size: 14px;
	color: #353535;
	font-weight: 500;
}
.ns-c{
	padding: 10px 0;
	color: #666666;
	line-height: 28px;
}
.next1{
	width: 100%;
	margin: 10px 0;
	padding: 10px 0;
}
.next1 a{
	max-width: 50%;
	display: block;
	color: #737373;
}
.next1 a:hover{
	color: #fb813e;
}
.pro-list{
	padding: 20px;
}
.pro-list li{
	width: 390px;
	margin: 20px;
	text-align: center;
	float: left;
}
.pro-list li a{
	color: #333333;
	display: block;
}
.pro-list li a img{
	width: 390px;
	height: 245px;
	margin-bottom: 10px;
}
.jianli{
	width: 100%;
	padding: 2% 0;
	color:#444444;
}
.jianli ul{
	margin: 0 auto;
}
.jianli ul li{
	width: 265px;
	height: 35px;
	margin-left: 20px;
	margin-bottom: 17px;
	float: left;
}
.jianli ul .li-gbk{
	width: 858px;
	height: 114px;
	margin-top: 20px;
}
.jianli ul .li-gbkk{
	width: 858px;
	height: 114px;
	margin-top: 26px;
}
.jianli ul li .gb{
	width: 190px;
	height: 32px;
	background: #eaeaea;
	border-top: 0.5px solid #d0d0d0;
	border-left: 0.5px solid #d0d0d0;
}
.jianli ul li .gbk{
	width: 780px;
	height: 114px;
	background: #eaeaea;
	border-top: 0.5px solid #d0d0d0;
	border-left: 0.5px solid #d0d0d0;
}
.jianli ul .li-gbk .li-div{
	width: 15px;
	height: 62px;
	line-height: 16px;
	margin-top: 25px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}
.jianli ul .li-gbkk .li-div{
	width: 15px;
	height: 62px;
	line-height: 16px;
	margin-top: 25px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}
.jianli ul .submit{
	width: 30%;
	color: #fff;
	font-size: 18px;
	margin: 30px 0 0 300px;
	float: right;
}
.jianli ul .submit .sub{
	width: 100px;
	height: 40px;
	background: #47a3cf;
	color: #fff;
	margin-right: 20px; 
}
.jianli ul .submit .res{
	width: 100px;
	height: 40px;
	background: #fb813e;
	color: #fff;
}
.job-list {
	width: 100%;
}
.job-list .jl{
	width: 98%;
	padding: 2%;
	margin-bottom: 20px;
	background: #f4f4f4;
	border-radius: 15px;
}
.job-list h3 .j-tt{
	font-size: 20px;
	font-weight: bold;
}
.job-list h3 .j-tt span{
	color: #666666;
	font-size: 16px;
}
.job-list ul li .j-c{
	padding-top: 20px;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}
.job-list ul li .j-c a{
	width: 150px;
	height: 35px;
	line-height: 35px;
	background: #fb813e;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 25px;
	margin: 10px 0;
}